Force testo to run in US.UTF-8 for now.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Aug 2013 03:56:24 +0000 (03:56 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Aug 2013 03:56:24 +0000 (03:56 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4525 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/testo

index 216881c5d7b0a9f16ddd7890082d785d8f99e8c3..755d52b0affbf33437e48b264158cacc02131bc2 100755 (executable)
@@ -7,6 +7,10 @@ export GPSBABEL_FREEZE_TIME
 MALLOC_CHECK_=2
 export MALLOC_CHECK_
 
+# Testcases are written for English/US locale (by default)
+LC_ALL=en_US.UTF-8
+export LC_ALL
+
 PNAME=${PNAME:-./gpsbabel}
 DIFF=${DIFF:-diff}
 BASEPATH=`dirname $0`